gskpango: Don't create text nodes for clipped text
authorTimm Bäder <mail@baedert.org>
Sun, 4 Mar 2018 16:48:36 +0000 (17:48 +0100)
committerTimm Bäder <mail@baedert.org>
Sun, 4 Mar 2018 18:15:03 +0000 (19:15 +0100)
commit8a062f4f9a1cfb2e3424d9a6e1acdbd5dd8d41be
treeefcbbaeaa6b59f30e37d9365a82aa8392aad8ea3
parent2d50d9ebe62ccea9824f258b288e9f10c73a3bd7
gskpango: Don't create text nodes for clipped text

Measure the text here directly and check if the created node bounds will
be clipped away before even creating the text node.
gtk/gskpango.c